home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 4
/
Aminet 4 - November 1994.iso
/
aminet
/
comm
/
net
/
amitcp_ups10.lha
/
amiga
/
pwd.h
< prev
next >
Wrap
C/C++ Source or Header
|
1993-10-03
|
192b
|
12 lines
struct passwd
{
char *pw_name;
char *pw_passwd;
int pw_uid;
int pw_gid;
int pw_quota; /* BSD only, not used */
char *pw_gecos;
char *pw_dir;
char *pw_shell;
};